/* 24-11-2025 */
/* GLOBAL */
.section-block {
  padding: 20px 0;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color:#198754 !important;
}
p{
  color:#64748b !important;
}
.disc{
  color:#fff !important;
}
h5{
  font-weight:400 !important;
}
strong{
  color:#111 !important;
}
/* HERO */
.hero-wrapper {
  background-color: #f5f7fb !important;
  border-bottom: 1px solid #e5e7eb;
}

.hero-title {
  font-size: 16px;
  font-weight: 700;
  color:#111 !important;
}

.highlight {
  color: #32762e;
}

.hero-sub {
  font-size: 16px !important;
  /* max-width: 550px; */
  color: #111 !important;
}

/* RIGHT PANEL */
.info-panel {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #e6e6e6;
}

.info-panel .panel-title {
  font-weight: 600;
}

.sdg-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sdg-list li {
  padding: 6px 12px;
  color: #444;
}

/* FEATURES */
.feature-box {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  transition: .25s;
  min-height:210px;
}

.feature-box:hover {
  transform: translateY(-4px);
  border-color: #2563eb;
}
.feature-box h6{
  color:#ae4658 !important;
}
.tag-list {
  margin-top: 10px;
}

.tag {
  /* display: inline-block; */
  background: none !important;
  color: #a4436d !important;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  margin-right: 6px;
  border: 1px solid #a4436d;
}

/* INFO CARDS */
.info-card {
    border-radius: 1.5rem;
    border: 1px solid rgb(171 184 202 / 90%);
    /* background: rgba(255, 255, 255, 0.98); */
    padding: 1.6rem 1.6rem 1.5rem;
    min-height: 380px;
    backdrop-filter: blur(40px);
}
.info-card i{
    font-size:20px;
}

.info-card h5 {
  font-weight: 400;
  margin-bottom: 10px;
  color:#111 !important;
}
/* .info-card h5 i{
  color:#a4436d;
} */
.info-list {
  padding-left: 20px;
  color: #444;
}

.info-list li {
  margin-bottom: 6px;
  color:#111 !important;
}

/* PHASE BOXES */
.phase-box {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
}

.phase-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* CTA */
.cta-wrapper {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}
.sdg-3{
  padding: 10px;
    background-color: #dbf9d9 !important;
    border-radius: 10px;
    margin-bottom: 5px;
}
.sdg-4{
  padding: 10px;
    background-color: #f6bfc4 !important;
    border-radius: 10px;
    margin-bottom: 5px;
}
.sdg-6{
  padding: 10px;
    background-color: #d0f2fb !important;
    border-radius: 10px;
    margin-bottom: 5px;
}
.sdg-7{
  padding: 10px;
    background-color: #f5e4ab !important;
    border-radius: 10px;
    margin-bottom: 5px;
}
.sdg-13{
  padding: 10px;
    background-color: #dbf9d9 !important;
    border-radius: 10px;
    margin-bottom: 5px;
}
h6{
  color:#ae4658 !important;
}
.bgr-success{
  /* background-color: #e2f2eb !important; */
background: radial-gradient(circle at top left, #e0f2fe 0, rgba(224, 242, 254, 0) 55%), radial-gradient(circle at top right, #dcfce7 0, rgba(220, 252, 231, 0) 60%), linear-gradient(180deg, #ffffff 0, #f3f4f6 40%, #f9fafb 100%);
    border-radius: 1.75rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
    padding: 2.25rem 2.4rem;
    position: relative;
    overflow: hidden;
}
.sdg-img{
    width:425px !important;
    height:auto !important;
}
.rounded-pill{
    font-size:small !important;
}

/* what sdg clubs and coe actually change  section */
/* Section Background */
.sdg-impact-section {
    background: linear-gradient(135deg, #eef3ff, #f7fbff);
}

.section-title {
    font-weight: 700;
    color: #1b2a49;
}

/* Card */
.impact-card {
    background: #f6f7fa;
    border-radius: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    transition: 0.3s;
    border: 1px solid #eef1f6;
    min-height:250px;
}
.impact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Icon Box */
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin-bottom: 12px;
}

.bg-student { background: #4a90e2; }
.bg-faculty { background: #e67e22; }
.bg-institution { background: #2ecc71; }

/* Title & Text */
.impact-title {
    font-size: 17px;
    font-weight: 700;
    color: #ad465b;
    margin-bottom: 10px;
}

.impact-text {
    color: #495e78;
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1.5;
}

/* Tags */

.tags .tag {
    display: inline-block;
    background: #eef3ff;
    padding: 6px 14px;
    border-radius: 20px;
    margin: 4px 4px 0 0;
    font-size: 13px;
    color: #34476c;
    border: 1px solid #d9e2ff;
    transition: 0.2s;
}
.tags .tag:hover {
    background: #dbe6ff;
    color: #1c3aa6;
}
/* how rhf, tgche supports */
.hero-wrapper .card {
  position: relative;
  min-width: 320px;
  height: 310px;
  /* box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1); */
  border-radius: 15px;
  /* margin: 30px; */
  transition: 0.5s;
}
#card-1{
  background: rgba(34, 197, 94, 0.08) !important;
}
#card-2{
  background: rgba(59, 130, 246, 0.08) !important;
}
#card-3{
  background: rgba(251, 191, 36, 0.12) !important;
}
.hero-wrapper .card:nth-child(1) .box .content a {
  background: #2196f3;
}

.hero-wrapper .card:nth-child(2) .box .content a {
  background: #e91e63;
}

.hero-wrapper .card:nth-child(3) .box .content a {
  background: #23c186;
}

.hero-wrapper .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  /* background: #2a2b2f; */
  /* background: #255f0a; */
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

/* .hero-wrapper .card .box:hover {
    transform: translateY(-28px);
} */

.hero-wrapper .card:hover {
    transform: translateY(-28px);
}


.hero-wrapper .card .box .content {
  /* padding: 20px; */
  text-align: center;
}

.hero-wrapper .card .box .content h5 {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 3rem;
  color: rgb(3, 0, 0, 0.3) !important;
}

.hero-wrapper .card .box .content h3 {
  font-size: 20px;
  color: #9F2B68;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
  font-weight:400;
}

.hero-wrapper .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: #111 !important;
  z-index: 1;
  transition: 0.5s;
}

.hero-wrapper .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.hero-wrapper .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/* what rhf sdg bring colleges */
.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin-bottom: 14px;
	overflow: hidden;
	width: 700px;
}

.course h6 {
	/* opacity: 0.6; */
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.course h6 {
	letter-spacing: 1px;
	/* margin: 10px 0; */
}

.course-preview {
	background-color: #2A265F;
    color: #fff;
    padding: 45px 10px;
    min-width: 90px;
    text-align: center;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.course-info {
	padding: 13px 10px;
	position: relative;
	width: 100%;
}
.sdg-clg-img{
    width:85% !important; 
}

/* last section */
.hero {
      padding: 26px 0;
      min-height: 320px;
      display: flex;
      align-items: center;
    }

    .hero-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,255,250,0.98));
      border-radius: 18px;
      padding: 34px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
      border: 1px solid rgba(20,30,40,0.03);
    }

    .hero-title {
      font-size: clamp(22px, 3.6vw, 36px);
      line-height: 1.05;
      font-weight: 800;
      color: #0e2436;
      margin-bottom: 8px;
    }

    .hero-sub {
      color: var(--muted);
      font-size: 15px;
      /* margin-bottom: 22px; */
    }

    .cta-btn {
      background: #198754;
      border: none;
      color: white;
      padding: 4px 15px;
      font-weight: 500;
      border-radius: 999px;
      box-shadow: 0 8px 18px rgba(43,182,115,0.18);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .cta-btn:hover{ transform: translateY(-3px); box-shadow: 0 14px 36px rgba(43,182,115,0.22); }

    /* Right image frame */
    .art-frame {
      display: block;
      width: 80%;
      /* height: 100%; */
      max-height: 375px;
      object-fit: cover;
      border-radius: 14px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
      border: 1px solid rgba(8,18,28,0.04);
      background: linear-gradient(180deg, #ffffff, #f7fdf7);
      padding: 18px;
    }

    /* small supporting text under CTA */
    .cta-note {
      font-size: 13px;
      color: var(--muted);
      margin-top: 12px;
    }

    /* responsive tweaks */
    @media (min-width: 992px) {
      .hero { min-height: 360px; }
      .left-col { padding-right: 32px; }
      .right-col { display: flex; align-items: center; justify-content: center; }
    }

    @media (max-width: 991.98px) {
      .art-frame { max-height: 260px; margin-top: 18px; }
    }

    /* subtle decorative pill at top-left of card */
    .accent-pill{
      height: 6px;
      width: 70px;
      background: linear-gradient(90deg, rgba(31,139,92,0.9), rgba(43,182,115,0.9));
      border-radius: 6px;
      display:inline-block;
      margin-bottom:14px;
      box-shadow: 0 6px 18px rgba(31,139,92,0.08);
    }
    /* how sdg clubs map */
    .sdgclubs-map-section {
    /* background-image: url(../../img/rh-images/sdg-clubs-map-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .sdg-section {
  background: url('https://upload.wikimedia.org/wikipedia/commons/5/5f/Sustainable_Development_Goals_logo_with_colours_circle.png'),
              linear-gradient(135deg, #003b76, #007bff);
  background-size: 350px, cover;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding: 60px 0;
  border-radius: 18px;
}

.sdg-card {
  background: rgb(255 253 253 / 13%);
    backdrop-filter: blur(24px);
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s 
ease;
}

.sdg-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.20);
}

.sdg-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9F2B68  !important;
}

.sdg-subtext {
  font-size: 0.95rem;
  opacity: 0.9;
  color:#fff;
}
.sdg-ready-campus-section{
 background: #f5f7fb !important;
}
/* Table */
.mapping-table {
    border-radius: 1.2rem;
    border: 1px solid rgba(209, 213, 219, 0.85);
    overflow: hidden;
    /* background: #ffffff; */
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 55%), radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.18), transparent 55%), #ffffff;
}
.mapping-table .table{
  background:none !important;
}
.mapping-table thead {
    /* background: #020617; */
    color: #e5e7eb;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.mapping-table th, .mapping-table td {
    padding: 0.9rem 1rem !important;
    vertical-align: top;
    font-size: 0.86rem;
}
.mapping-table th{
  color: #9F2B68 !important;
  background:none !important;
}
.mapping-table td{
  background:none !important;
}
.hero-stats {
    margin-top: 1rem;
    border-radius: 1.3rem;
    /* background: rgba(15, 23, 42, 0.02); */
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    padding: 0.65rem 1rem;
    /* display: inline-flex; */
    /* gap: 1.3rem; */
    align-items: center;
    flex-wrap: wrap;
}



